github.com/jackc/pgx/v5.pipelineBatchResults.lastRows (field)

11 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L282: 	lastRows  *baseRows
		batch.go#L298: 	if br.lastRows != nil && br.lastRows.err != nil {
		batch.go#L299: 		br.err = br.lastRows.err
		batch.go#L344: 	if br.lastRows != nil && br.lastRows.err != nil {
		batch.go#L345: 		br.err = br.lastRows.err
		batch.go#L356: 	br.lastRows = rows
		batch.go#L406: 	if br.err == nil && br.lastRows != nil && br.lastRows.err != nil {
		batch.go#L407: 		br.err = br.lastRows.err